Skip to content

Commit 07ce1aa

Browse files
committedAug 17, 2013
Fix crash when server source select dialogs go into background on Mac
1 parent 6a92807 commit 07ce1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/ui/qgsowssourceselectbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</property>
1616
<property name="windowIcon">
1717
<iconset>
18-
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
18+
<normaloff></normaloff></iconset>
1919
</property>
2020
<property name="sizeGripEnabled">
2121
<bool>true</bool>

‎src/ui/qgswmssourceselectbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</property>
1616
<property name="windowIcon">
1717
<iconset>
18-
<normaloff>../../../../.designer/backup</normaloff>../../../../.designer/backup</iconset>
18+
<normaloff></normaloff></iconset>
1919
</property>
2020
<property name="sizeGripEnabled">
2121
<bool>true</bool>

0 commit comments

Comments
 (0)
Please sign in to comment.