diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-18 18:30:52 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-18 18:30:52 +0000 |
commit | c41421c043ec92da0936ca8005f3e7841abd19cd (patch) | |
tree | e7fc3ecac448c82a1609a6637f696819cef35c61 | |
parent | Only some examples and some screenshots and we're mostly done for a first (diff) | |
download | zenity-c41421c043ec92da0936ca8005f3e7841abd19cd.tar.gz zenity-c41421c043ec92da0936ca8005f3e7841abd19cd.tar.bz2 zenity-c41421c043ec92da0936ca8005f3e7841abd19cd.zip |
Add some screenshots for the help documentation.
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/figures/zenity-calendar-screenshot.png,
help/C/figures/zenity-entry-screenshot.png,
help/C/figures/zenity-error-screenshot.png,
help/C/figures/zenity-fileselection-screenshot.png,
help/C/figures/zenity-information-screenshot.png,
help/C/figures/zenity-list-screenshot.png,
help/C/figures/zenity-progress-screenshot.png,
help/C/figures/zenity-question-screenshot.png,
help/C/figures/zenity-text-screenshot.png,
help/C/figures/zenity-warning-screenshot.png: Add some
screenshots for the help documentation.
* src/entry.c, src/msg.c: Don't set the text if it's NULL.
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | help/C/figures/zenity-calendar-screenshot.png | bin | 0 -> 16251 bytes | |||
-rw-r--r-- | help/C/figures/zenity-entry-screenshot.png | bin | 0 -> 6357 bytes | |||
-rw-r--r-- | help/C/figures/zenity-error-screenshot.png | bin | 0 -> 7214 bytes | |||
-rw-r--r-- | help/C/figures/zenity-fileselection-screenshot.png | bin | 0 -> 20965 bytes | |||
-rw-r--r-- | help/C/figures/zenity-information-screenshot.png | bin | 0 -> 8804 bytes | |||
-rw-r--r-- | help/C/figures/zenity-list-screenshot.png | bin | 0 -> 17694 bytes | |||
-rw-r--r-- | help/C/figures/zenity-progress-screenshot.png | bin | 0 -> 7280 bytes | |||
-rw-r--r-- | help/C/figures/zenity-question-screenshot.png | bin | 0 -> 10455 bytes | |||
-rw-r--r-- | help/C/figures/zenity-text-screenshot.png | bin | 0 -> 15419 bytes | |||
-rw-r--r-- | help/C/figures/zenity-warning-screenshot.png | bin | 0 -> 9222 bytes | |||
-rw-r--r-- | src/entry.c | 2 | ||||
-rw-r--r-- | src/msg.c | 5 |
13 files changed, 20 insertions, 3 deletions
@@ -1,5 +1,21 @@ 2003-01-18 Glynn Foster <glynn.foster@sun.com> + * help/C/figures/zenity-calendar-screenshot.png, + help/C/figures/zenity-entry-screenshot.png, + help/C/figures/zenity-error-screenshot.png, + help/C/figures/zenity-fileselection-screenshot.png, + help/C/figures/zenity-information-screenshot.png, + help/C/figures/zenity-list-screenshot.png, + help/C/figures/zenity-progress-screenshot.png, + help/C/figures/zenity-question-screenshot.png, + help/C/figures/zenity-text-screenshot.png, + help/C/figures/zenity-warning-screenshot.png: Add some + screenshots for the help documentation. + + * src/entry.c, src/msg.c: Don't set the text if it's NULL. + +2003-01-18 Glynn Foster <glynn.foster@sun.com> + * help/C/zenity.xml: Only some examples and some screenshots and we're mostly done for a first draft. diff --git a/help/C/figures/zenity-calendar-screenshot.png b/help/C/figures/zenity-calendar-screenshot.png Binary files differnew file mode 100644 index 00000000..90589317 --- /dev/null +++ b/help/C/figures/zenity-calendar-screenshot.png diff --git a/help/C/figures/zenity-entry-screenshot.png b/help/C/figures/zenity-entry-screenshot.png Binary files differnew file mode 100644 index 00000000..27266649 --- /dev/null +++ b/help/C/figures/zenity-entry-screenshot.png diff --git a/help/C/figures/zenity-error-screenshot.png b/help/C/figures/zenity-error-screenshot.png Binary files differnew file mode 100644 index 00000000..36720d65 --- /dev/null +++ b/help/C/figures/zenity-error-screenshot.png diff --git a/help/C/figures/zenity-fileselection-screenshot.png b/help/C/figures/zenity-fileselection-screenshot.png Binary files differnew file mode 100644 index 00000000..6c0f47cc --- /dev/null +++ b/help/C/figures/zenity-fileselection-screenshot.png diff --git a/help/C/figures/zenity-information-screenshot.png b/help/C/figures/zenity-information-screenshot.png Binary files differnew file mode 100644 index 00000000..3dad60d6 --- /dev/null +++ b/help/C/figures/zenity-information-screenshot.png diff --git a/help/C/figures/zenity-list-screenshot.png b/help/C/figures/zenity-list-screenshot.png Binary files differnew file mode 100644 index 00000000..7f368243 --- /dev/null +++ b/help/C/figures/zenity-list-screenshot.png diff --git a/help/C/figures/zenity-progress-screenshot.png b/help/C/figures/zenity-progress-screenshot.png Binary files differnew file mode 100644 index 00000000..56ba2a37 --- /dev/null +++ b/help/C/figures/zenity-progress-screenshot.png diff --git a/help/C/figures/zenity-question-screenshot.png b/help/C/figures/zenity-question-screenshot.png Binary files differnew file mode 100644 index 00000000..1ed334d0 --- /dev/null +++ b/help/C/figures/zenity-question-screenshot.png diff --git a/help/C/figures/zenity-text-screenshot.png b/help/C/figures/zenity-text-screenshot.png Binary files differnew file mode 100644 index 00000000..4efee26a --- /dev/null +++ b/help/C/figures/zenity-text-screenshot.png diff --git a/help/C/figures/zenity-warning-screenshot.png b/help/C/figures/zenity-warning-screenshot.png Binary files differnew file mode 100644 index 00000000..fe6ffce9 --- /dev/null +++ b/help/C/figures/zenity-warning-screenshot.png diff --git a/src/entry.c b/src/entry.c index 81fc2c5e..3578788e 100644 --- a/src/entry.c +++ b/src/entry.c @@ -56,7 +56,7 @@ zenity_entry (ZenityData *data, ZenityEntryData *entry_data) if (data->window_icon) zenity_util_set_window_icon (dialog, data->window_icon); else - /* FIXME: Come up with a nice default window icon */; + zenity_util_set_window_icon (dialog, ZENITY_IMAGE_FULLPATH ("zenity-entry.png")); text = glade_xml_get_widget (glade_dialog, "zenity_entry_text"); @@ -103,8 +103,9 @@ zenity_msg (ZenityData *data, ZenityMsgData *msg_data) break; } } - - gtk_label_set_text (GTK_LABEL (text), msg_data->dialog_text); + + if (msg_data->dialog_text) + gtk_label_set_text (GTK_LABEL (text), msg_data->dialog_text); gtk_widget_show (dialog); gtk_main (); |